home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / art12.doc < prev    next >
Text File  |  1986-12-16  |  16KB  |  358 lines

  1. % ARTICLE DOCUMENT STYLE --- Released 4 September 1986
  2. %    for LaTeX version 2.09
  3. % Copyright (C) 1986 by Leslie Lamport
  4.  
  5. %  ****************************************
  6. %  *               FONTS                  *
  7. %  ****************************************
  8. %
  9.  
  10. \lineskip 1pt            % \lineskip is 1pt for all font sizes.
  11. \normallineskip 1pt
  12. \def\baselinestretch{1}
  13.  
  14. % Each size-changing command \SIZE executes the command
  15. %        \@setsize\SIZE{BASELINESKIP}\FONTSIZE\@FONTSIZE
  16. % where:
  17. %   BASELINESKIP = Normal value of \baselineskip for that size.  (Actual 
  18. %                  value will be \baselinestretch * BASELINESKIP.)
  19. %
  20. %  \FONTSIZE     = Name of font-size command.  The currently available
  21. %                  (preloaded) font sizes are: \vpt (5pt), \vipt (6pt),
  22. %                  \viipt (etc.), \viiipt, \ixpt, \xpt, \xipt, \xiipt,
  23. %                  \xivpt, \xviipt, \xxpt, \xxvpt.
  24. %  \@FONTSIZE    = The same as the font-size command except with an
  25. %                  '@' in front---e.g., if \FONTSIZE = \xivpt then
  26. %                  \@FONTSIZE = \@xivpt.
  27. %
  28. % For reasons of efficiency that needn't concern the designer,
  29. % the document style defines \@normalsize instead of \normalsize .  This is
  30. % done only for \normalsize, not for any other size-changing commands.
  31.  
  32. \def\@normalsize{\@setsize\normalsize{14.5pt}\xiipt\@xiipt
  33. \abovedisplayskip 12pt plus3pt minus7pt%
  34. \belowdisplayskip \abovedisplayskip
  35. \abovedisplayshortskip  \z@ plus3pt%   
  36. \belowdisplayshortskip  6.5pt plus3.5pt minus3pt}
  37.  
  38. \def\small{\@setsize\small{13.6pt}\xipt\@xipt
  39. \abovedisplayskip 11pt plus3pt minus6pt%
  40. \belowdisplayskip \abovedisplayskip
  41. \abovedisplayshortskip  \z@ plus3pt%   
  42. \belowdisplayshortskip  6.5pt plus3.5pt minus3pt
  43. \def\@listi{\parsep 4.5pt plus 2pt minus 1pt
  44.             \itemsep \parsep
  45.             \topsep 9pt plus 3pt minus 5pt}}
  46.  
  47. \def\footnotesize{\@setsize\footnotesize{12pt}\xpt\@xpt
  48. \abovedisplayskip 10pt plus2pt minus5pt%
  49. \belowdisplayskip \abovedisplayskip
  50. \abovedisplayshortskip  \z@ plus3pt%   
  51. \belowdisplayshortskip  6pt plus3pt minus3pt
  52. \def\@listi{\topsep 6pt plus 2pt minus 2pt\parsep 3pt plus 2pt minus 1pt
  53. \itemsep \parsep}}
  54.  
  55. \def\scriptsize{\@setsize\scriptsize{9.5pt}\viiipt\@viiipt}
  56. \def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}
  57. \def\large{\@setsize\large{18pt}\xivpt\@xivpt}
  58. \def\Large{\@setsize\Large{22pt}\xviipt\@xviipt}
  59. \def\LARGE{\@setsize\LARGE{25pt}\xxpt\@xxpt}
  60. \def\huge{\@setsize\huge{30pt}\xxvpt\@xxvpt}
  61. \let\Huge=\huge
  62.  
  63. \normalsize  % Choose the normalsize font.
  64.  
  65.  
  66. %  ****************************************
  67. %  *            PAGE LAYOUT               *
  68. %  ****************************************
  69. %
  70. % All margin dimensions measured from a point one inch from top and side
  71. % of page.  
  72.  
  73. % SIDE MARGINS:
  74. \if@twoside                 % Values for two-sided printing:
  75.    \oddsidemargin 21pt      %   Left margin on odd-numbered pages.
  76.    \evensidemargin 59pt     %   Left margin on even-numbered pages.
  77.    \marginparwidth 85pt    %   Width of marginal notes.
  78. \else                       % Values for one-sided printing:
  79.    \oddsidemargin 39.5pt      %   Note that \oddsidemargin = \evensidemargin
  80.    \evensidemargin 39.5pt
  81.    \marginparwidth 68pt 
  82. \fi
  83. \marginparsep 10pt          % Horizontal space between outer margin and 
  84.                             % marginal note
  85.  
  86.  
  87. % VERTICAL SPACING:        
  88.                          % Top of page:
  89. \topmargin 27pt          %    Nominal distance from top of page to top of
  90.                          %    box containing running head.
  91. \headheight 12pt         %    Height of box containing running head.
  92. \headsep 25pt            %    Space between running head and text.
  93. % \topskip = 10pt        %    '\baselineskip' for first line of page.
  94.                          % Bottom of page:
  95. \footskip 30pt           %    Distance from baseline of box containing foot 
  96.                          %    to baseline of last line of text.
  97.  
  98.  
  99. % DIMENSION OF TEXT:
  100. % 24 Jun 86: changed to explicitly compute \textheight to avoid roundoff.
  101. % The value of the multiplier was calculated as the floor of the
  102. % old \textheight minus \topskip, divided by \baselineskip for \normalsize.
  103. % The old value of \textheight was 536.5pt.
  104. % \textheight is the height of text (including footnotes and figures, 
  105. % excluding running head and foot).
  106.  
  107. \textheight = 36\baselineskip
  108. \advance\textheight by \topskip
  109. \textwidth 390pt         % Width of text line.
  110.                          % For two-column mode: 
  111. \columnsep 10pt          %    Space between columns 
  112. \columnseprule 0pt       %    Width of rule between columns.
  113.  
  114. % A \raggedbottom command causes 'ragged bottom' pages: pages set to
  115. % natural height instead of being stretched to exactly \textheight.
  116.  
  117. % FOOTNOTES:
  118.  
  119. \footnotesep 8.4pt    % Height of strut placed at the beginning of every
  120.                       % footnote = height of normal \footnotesize strut,
  121.                       % so no extra space between footnotes.
  122.  
  123. \skip\footins 10.8pt plus 4pt minus 2pt  % Space between last line of text and 
  124.                                          % top of first footnote.
  125.  
  126. % FLOATS: (a float is something like a figure or table)
  127. %
  128. %  FOR FLOATS ON A TEXT PAGE:
  129. %
  130. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  131. \floatsep 14pt plus 2pt minus 4pt        % Space between adjacent floats moved
  132.                                          % to top or bottom of text page.
  133. \textfloatsep 20pt plus 2pt minus 4pt    % Space between main text and floats
  134.                                          % at top or bottom of page.
  135. \intextsep 14pt plus 4pt minus 4pt       % Space between in-text figures and 
  136.                                          % text.
  137. \@maxsep 20pt                            % The maximum of \floatsep, 
  138.                                          % \textfloatsep and \intextsep (minus
  139.                                          % the stretch and shrink).
  140. %    TWO-COLUMN FLOATS IN TWO-COLUMN MODE:
  141. \dblfloatsep 14pt plus 2pt minus 4pt     % Same as \floatsep for double-column
  142.                                          % figures in two-column mode.
  143. \dbltextfloatsep 20pt plus 2pt minus 4pt % \textfloatsep for double-column 
  144.                                          % floats.
  145. \@dblmaxsep 20pt                         % The maximum of \dblfloatsep and 
  146.                                          % \dbltexfloatsep.
  147.  
  148. %  FOR FLOATS ON A SEPARATE FLOAT PAGE OR COLUMN:
  149. %    ONE-COLUMN MODE OR SINGLE-COLUMN FLOATS IN TWO-COLUMN MODE:
  150. \@fptop 0pt plus 1fil    % Stretch at top of float page/column. (Must be    
  151.                          % 0pt plus ...)                                    
  152. \@fpsep 10pt plus 2fil    % Space between floats on float page/column.       
  153. \@fpbot 0pt plus 1fil    % Stretch at bottom of float page/column. (Must be 
  154.                          % 0pt plus ... )                                   
  155.  
  156. %   DOUBLE-COLUMN FLOATS IN TWO-COLUMN MODE.
  157. \@dblfptop 0pt plus 1fil % Stretch at top of float page. (Must be 0pt plus ...)
  158. \@dblfpsep 10pt plus 2fil % Space between floats on float page.
  159. \@dblfpbot 0pt plus 1fil % Stretch at bottom of float page. (Must be 
  160.                          % 0pt plus ... )                                   
  161. % MARGINAL NOTES:
  162. %
  163. \marginparpush 7pt       % Minimum vertical separation between two marginal 
  164.                          % notes.
  165.  
  166.  
  167. %  ****************************************
  168. %  *           PARAGRAPHING               *
  169. %  ****************************************
  170. %
  171. \parskip 0pt plus 1pt              % Extra vertical space between paragraphs.
  172. \parindent 1.5em                   % Width of paragraph indentation.
  173. \topsep 10pt plus 4pt minus 6pt    % Extra vertical space, in addition to 
  174.                                    % \parskip, added above and below list and
  175.                                    % paragraphing environments.
  176. \partopsep 3pt plus 2pt minus 2pt  % Extra vertical space, in addition to 
  177.                                    % \parskip and \topsep, added when user
  178.                                    % leaves blank line before environment.
  179. \itemsep 5pt plus 2.5pt minus 1pt  % Extra vertical space, in addition to
  180.                                    % \parskip, added between list items.
  181.  
  182. % The following page-breaking penalties are defined
  183.  
  184. \@lowpenalty   51      % Produced by \nopagebreak[1] or \nolinebreak[1]
  185. \@medpenalty  151      % Produced by \nopagebreak[2] or \nolinebreak[2]
  186. \@highpenalty 301      % Produced by \nopagebreak[3] or \nolinebreak[3]
  187.  
  188. \@beginparpenalty -\@lowpenalty    % Before a list or paragraph environment.
  189. \@endparpenalty   -\@lowpenalty    % After a list or paragraph environment.
  190. \@itempenalty     -\@lowpenalty    % Between list items.
  191.  
  192. % \clubpenalty         % 'Club line'  at bottom of page.
  193. % \widowpenalty        % 'Widow line' at top of page.
  194. % \displaywidowpenalty % Math display widow line.
  195. % \predisplaypenalty   % Breaking before a math display.
  196. % \postdisplaypenalty  % Breaking after a math display.
  197. % \interlinepenalty    % Breaking at a line within a paragraph.
  198. % \brokenpenalty       % Breaking after a hyphenated line.
  199.  
  200.  
  201. %    ****************************************
  202. %    *             SECTIONS                 *
  203. %    ****************************************
  204. %
  205.  
  206. % \secdef{UNSTARCMDS}{STARCMDS} :
  207. %    When defining a sectionioning command without using
  208. %    \@startsection, you can use \secdef as follows:
  209. %       \def\part { ... \secdef \CMDA \CMDB }
  210. %       \def\CMDA  [#1]#2{ ... }     % Command to define \part[...]{...}
  211. %       \def\CMDB  #1{ ... }         % Command to define \part*{...}
  212.  
  213. \def\part{\par               % New paragraph
  214.    \addvspace{4ex}           % Adds vertical space above title.
  215.    \@afterindentfalse        % Suppresses indent in first paragraph.  Change
  216.    \secdef\@part\@spart}     % to \@afterindenttrue to have indent.
  217.  
  218. \def\@part[#1]#2{\ifnum \c@secnumdepth >\m@ne    % IF secnumdepth > -1
  219.         \refstepcounter{part}                    %  THEN step part counter
  220.         \addcontentsline{toc}{part}{\thepart     %       add toc line
  221.         \hspace{1em}#1}\else                     %  ELSE add unnumbered line
  222.       \addcontentsline{toc}{part}{#1}\fi         % FI
  223.    { \parindent 0pt \raggedright 
  224.     \ifnum \c@secnumdepth >\m@ne   % IF secnumdepth > -1 
  225.       \Large \bf Part \thepart     %   THEN Print 'Part' and 
  226.       \par\nobreak                 %          number in \Large boldface.
  227.     \fi                            % FI
  228.     \huge \bf                      % Select \huge boldface.
  229.     #2\markboth{}{}\par }          % Print title and set heading marks null.
  230.     \nobreak                       % TeX penalty to prevent page break.
  231.     \vskip 3ex                     % Space between title and text.
  232.    \@afterheading                  % Routine called after part and
  233.     }                              %     section heading.
  234.  
  235. % Heading for \part* command
  236. \def\@spart#1{{\parindent 0pt \raggedright 
  237.     \huge \bf                       
  238.     #1\par}                         % Title.
  239.     \nobreak                        % TeX penalty to prevent page break.
  240.     \vskip 3ex                      % Space between title and text.
  241.     \@afterheading                  % Routine called after part and
  242.   }                                 %     section heading.
  243.  
  244. % \@startsection {NAME}{LEVEL}{INDENT}{BEFORESKIP}{AFTERSKIP}{STYLE} 
  245. %            optional * [ALTHEADING]{HEADING}
  246. %    Generic command to start a section.  
  247. %    NAME       : e.g., 'subsection'
  248. %    LEVEL      : a number, denoting depth of section -- e.g., section=1,
  249. %                 subsection = 2, etc.  A section number will be printed if
  250. %                 and only if LEVEL < or = the value of the secnumdepth
  251. %                 counter.
  252. %    INDENT     : Indentation of heading from left margin
  253. %    BEFORESKIP : Absolute value = skip to leave above the heading.  
  254. %                 If negative, then paragraph indent of text following 
  255. %                 heading is suppressed.
  256. %    AFTERSKIP  : if positive, then skip to leave below heading,
  257. %                       else - skip to leave to right of run-in heading.
  258. %    STYLE      : commands to set style
  259. %  If '*' missing, then increments the counter.  If it is present, then
  260. %  there should be no [ALTHEADING] argument.  A sectioning command
  261. %  is normally defined to \@startsection + its first six arguments.
  262.  
  263. \def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus 
  264.     -.2ex}{2.3ex plus .2ex}{\Large\bf}}
  265. \def\subsection{\@startsection{subsection}{2}{\z@}{-3.25ex plus -1ex minus 
  266.    -.2ex}{1.5ex plus .2ex}{\large\bf}}
  267. \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{-3.25ex plus
  268.  -1ex minus -.2ex}{1.5ex plus .2ex}{\normalsize\bf}}
  269. \def\paragraph{\@startsection
  270.      {paragraph}{4}{\z@}{3.25ex plus 1ex minus .2ex}{-1em}{\normalsize\bf}}
  271. \def\subparagraph{\@startsection
  272.      {subparagraph}{4}{\parindent}{3.25ex plus 1ex minus 
  273.      .2ex}{-1em}{\normalsize\bf}}
  274.  
  275.  
  276. % Default initializations of \...mark commands.  (See below for their
  277. % us in defining page styles.
  278. %
  279.  
  280. % \def\sectionmark#1{}           % Preloaded definitions
  281. % \def\subsectionmark#1{}
  282. % \def\subsubsectionmark#1{}
  283. % \def\paragraphmark#1{}
  284. % \def\subparagraphmark#1{}
  285.  
  286. % The value of the counter secnumdepth gives the depth of the
  287. % highest-level sectioning command that is to produce section numbers.
  288. %
  289.  
  290. \setcounter{secnumdepth}{3}
  291.  
  292. % APPENDIX
  293. %
  294. % The \appendix command must do the following:
  295. %    -- reset the section and subsection counters to zero
  296. %    -- redefine the section counter to produce appendix numbers
  297. %    -- redefine the \section command if appendix titles and headings are
  298. %       to look different from section titles and headings.
  299.  
  300. \def\appendix{\par
  301.   \setcounter{section}{0}
  302.   \setcounter{subsection}{0}
  303.   \def\thesection{\Alph{section}}}
  304.  
  305.  
  306. %    ****************************************
  307. %    *                LISTS                 *
  308. %    ****************************************
  309. %
  310.  
  311. % The following commands are used to set the default values for the list
  312. % environment's parameters. See the LaTeX manual for an explanation of
  313. % the meanings of the parameters.  Defaults for the list environment are
  314. % set as follows.  First, \rightmargin, \listparindent and \itemindent
  315. % are set to 0pt.  Then, for a Kth level list, the command \@listK is
  316. % called, where 'K' denotes 'i', 'ii', ... , 'vi'.  (I.e., \@listiii is
  317. % called for a third-level list.)  By convention, \@listK should set
  318. % \leftmargin to \leftmarginK.
  319. %
  320. % For efficiency, level-one list's values are defined at top level, and
  321. % \@listi is defined to set only \leftmargin.
  322.  
  323. \leftmargini 2.5em
  324. \leftmarginii 2.2em     % > \labelsep + width of '(m)'
  325. \leftmarginiii 1.87em   % > \labelsep + width of 'vii.'
  326. \leftmarginiv 1.7em     % > \labelsep + width of 'M.'
  327. \leftmarginv 1em
  328. \leftmarginvi 1em
  329.  
  330. \leftmargin\leftmargini
  331. \labelsep .5em
  332. \labelwidth\leftmargini\advance\labelwidth-\labelsep
  333. \parsep 5pt plus 2.5pt minus 1pt
  334.  
  335. \def\@listi{\leftmargin\leftmargini}
  336.  
  337. \def\@listii{\leftmargin\leftmarginii
  338.    \labelwidth\leftmarginii\advance\labelwidth-\labelsep
  339.    \topsep 5pt plus 2.5pt minus 1pt
  340.    \parsep 2.5pt plus 1pt minus 1pt
  341.    \itemsep \parsep}
  342.  
  343. \def\@listiii{\leftmargin\leftmarginiii
  344.     \labelwidth\leftmarginiii\advance\labelwidth-\labelsep
  345.     \topsep 2.5pt plus 1pt minus 1pt 
  346.     \parsep \z@ \partopsep 1pt plus 0pt minus 1pt
  347.     \itemsep \topsep}
  348.  
  349. \def\@listiv{\leftmargin\leftmarginiv
  350.      \labelwidth\leftmarginiv\advance\labelwidth-\labelsep}
  351.  
  352. \def\@listv{\leftmargin\leftmarginv
  353.      \labelwidth\leftmarginv\advance\labelwidth-\labelsep}
  354.  
  355. \def\@listvi{\leftmargin\leftmarginvi
  356.      \labelwidth\leftmarginvi\advance\labelwidth-\labelsep}
  357.  
  358.